home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMQUICKTABLE / TFRMQUICKTABLE.txt
Encoding:
Text File  |  1999-04-29  |  1.4 KB  |  65 lines

  1. object frmQuickTable: TfrmQuickTable
  2.   Left = 277
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'frmQuickTable'
  7.   ClientHeight = 110
  8.   ClientWidth = 110
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 110
  25.     Height = 110
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     Caption = 'Panel1'
  30.     TabOrder = 0
  31.     object grdTable: TDrawGrid
  32.       Left = 2
  33.       Top = 26
  34.       Width = 106
  35.       Height = 82
  36.       TabStop = False
  37.       Align = alClient
  38.       BorderStyle = bsNone
  39.       DefaultColWidth = 20
  40.       DefaultRowHeight = 20
  41.       FixedCols = 0
  42.       RowCount = 4
  43.       FixedRows = 0
  44.       GridLineWidth = 2
  45.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected]
  46.       ScrollBars = ssNone
  47.       TabOrder = 0
  48.       OnMouseMove = grdTableMouseMove
  49.       OnMouseUp = grdTableMouseUp
  50.     end
  51.     object Panel2: TPanel
  52.       Left = 2
  53.       Top = 2
  54.       Width = 106
  55.       Height = 24
  56.       Align = alTop
  57.       Caption = '(1x1)'
  58.       TabOrder = 1
  59.       OnClick = Panel2Click
  60.       OnMouseMove = Panel2MouseMove
  61.       OnMouseUp = Panel2MouseUp
  62.     end
  63.   end
  64. end
  65.